'Declaration
Public Function New( _ ByVal defaultChunksize As Integer, _ ByVal maxChunkSize As Integer _ )
'Usage
Dim defaultChunksize As Integer Dim maxChunkSize As Integer Dim instance As New ArrayPoolBufferWriter(Of T)(defaultChunksize, maxChunkSize)
public ArrayPoolBufferWriter<T>( int defaultChunksize, int maxChunkSize )
public: ArrayPoolBufferWriter<T>( int defaultChunksize, int maxChunkSize )
Parameters
- defaultChunksize
- maxChunkSize